Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Constants and Data Types
The Frame Object


Frame Reference

A frame is defined by the JMFrameRef object, which has the following type definition:

typedef struct JMFrame* JMFrameRef;
Note that the JMFrameRef object is not the same as a java.awt.Frame object. The JMFrameRef object encapsulates the Java frame object so that it can be referenced outside the Java environment.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997